home *** CD-ROM | disk | FTP | other *** search
/ internet.au CDrom 42 / NETCD42.iso / chat / mac / shadow.hqx / ShadowIRC 1.0.1 / ShadowIRC 1.0.1.rsrc / TEXT_129_Command Reference.txt < prev    next >
Encoding:
Text File  |  1998-12-12  |  3.5 KB  |  87 lines

  1. ShadowIRC 1.0
  2. Command Reference
  3.  
  4. Parameters in [brackets] are optional.
  5.  
  6. /bans [<mask>] - lists bans on current channel, optionally matching mask.
  7. /bract - broadcast action
  8. /broadcast - broadcast text to all channels
  9. /bye [<signoff reason>] - disconnects from all servers.
  10. /c <connectionNumber | connectionName> [<server> [<port> [<password>]]]- opens a connection
  11. /clear - clears all the text in the current messge window
  12. /cping <nick> - does a ctcp ping on someone and displays their ping time in tenths of seconds
  13. /ctcp <nick> <command>
  14. /d <connectionNumber | connectionName> - closes a connection
  15. /dcc <[list]|close|chat|send|get>
  16. /debug - turns on debug mode
  17. /dns <IP|machineName>
  18. /exceptions [<mask>] - lists exceptions on current channel, optionally matching mask.
  19. /exit
  20. /ignore [-]<nick | user@host | nick!user@host> [...]
  21. /j = /join
  22. /join <channel> [<channel key>]
  23. /k = /kick
  24. /kick <channel> <nickname> [<reason>] - Kicks a user from a channel.
  25. /kill <nickname> [<reason>]
  26. /leave = /part
  27. /m = /msg
  28. /me - action
  29. /msg <nickname> <message>
  30. /msgq - Like /msg, but doesn't display your message on the screen
  31. /mode - Displays and sets user and channel modes.
  32.     Channel Modes:
  33.         +t - Only channel operators can change topic
  34.         +n - You must be in the channel to send a message to it
  35.         +i - Invite-only. Only channel operators can invite users to this channel.
  36.         +m - Moderated. Only users with voice (channel mode +v) may speak.
  37.         +p - Private.
  38.         +s - Secret.
  39.         +l - A limit is placed on the number of people who may join this channel.
  40.         +k - Sets the channel password. You must know this password to join the channel.
  41.         +o - Channel operator. Gives you the ability to set channel modes and kick people from the channel.
  42.         +v - Voice. Allows you to speak on a moderated channel.
  43.         +b - Banned. If you are banned, you are prevented from joining the channel.
  44. /names [<channel>]
  45. /nick [<newnick>]
  46. /notice <nickname|channelname> <message>
  47. /noticeq - Like /notice, but doesn't display your message on the screen
  48. /notify [[-]<nick>] - Adds or removes someone from the notify list for the current connection.
  49. /onotice - Sends a notice to all the ops of the current channel.
  50. /part [<#channel>] [<reason>] - leaves a channel, or the current channel if none specified.
  51. /ping = /ctcp ping
  52. /query <nick>
  53. /quit = /exit
  54. /quote <text> - Sends the text to the server without preprocessing. 
  55. /raw = /quote
  56. /say <text> - Sends the text to the current window. (So you can type text that begins with the command character.)
  57. /server
  58. /signoff
  59. /time [<servername>] - returns the local time of the server you are connected to, or the server you specify.
  60. /topic
  61. /umode - same as /mode CurrentNick
  62. /unixtime time - Converts a time in unix format to a human-readable format
  63. /version
  64. /who
  65. /whois
  66. /whowas
  67. /wh = /whois
  68. /ww = /whowas
  69.  
  70. //command doesn't save in inputline scrollback. Good uses: //msgq x@channels.undernet.org login #yourchannel yourpass
  71.  
  72. Shortcuts tokens:
  73. \n = return (to separate commands)
  74. $channel = current target
  75. $il = inputline text
  76. $lastjoiner = last person to join current channel
  77. $nick = current nick
  78. $server = current server
  79. $selecteduser = first user selected in the userlist
  80. $version = version of ShadowIRC you are using
  81. $date = current date
  82. $date.l = current date (long format)
  83. $time = current time
  84. $time.s = current time with seconds
  85. $-> = set the cursor on the inputline at this position (e.g. "/ctcp $-> version" would let you hit a shortcut, type in someone's nickname, and hit return to version them, without having to position the cursor between /ctcp and version.)
  86. $<- = end selection
  87.